Skip to content

Prevent excessive memory usage for wtiles buffer

Bram Veenboer requested to merge fix-init-wtiles into master

In 54bdded9, the number of wtiles is configured dynamically. This can lead to out-of-memory issues, which is now fixed by taking the amount of available memory into account.

Merge request reports