I set maxPoolSize:1 to gain pools that can be quicker released after there no longer in use. This already reduces memory usage to 1:3. Sadly the application creates multiple pools that are not necessary in my POV - just fragmented temporary slice data like from format(). What can I do to optimize?
Is there a way to force the GC to re-use memory in already
existing pools?
- Minimize GC memory footprint frame via Digitalmars-d-learn
- Re: Minimize GC memory footp... Imperatorn via Digitalmars-d-learn
- Re: Minimize GC memory f... frame via Digitalmars-d-learn
- Re: Minimize GC memo... Imperatorn via Digitalmars-d-learn
- Re: Minimize GC ... frame via Digitalmars-d-learn
- Re: Minimiz... Bastiaan Veelo via Digitalmars-d-learn
- Re: Min... frame via Digitalmars-d-learn
- Re: Min... frame via Digitalmars-d-learn
