|
Post by AnthroHeart on Sept 22, 2024 8:48:45 GMT
When running you may have noticed that the Multiplier (Mult) slider goes down below 100 when you run it.
That's because it's adjusting to max 50% of your free JVM memory. That's not system memory. It's the Java Virtual Machine (JVM) that Android uses to run apps. I have to allocate up to 50% of it to avoid crashes from going over memory amount.
It's not a bug.
|
|