Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase zone memory #442

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Increase zone memory #442

wants to merge 1 commit into from

Conversation

milaq
Copy link

@milaq milaq commented Feb 9, 2020

Double the amount of preallocated zone memory which is needed for some
recent high resolution texture packs (e.g. "Neural Upscale" by
MamiyaOtaru).

Increasing this makes sense now that we have
20a7776#diff-12a54363af4f3f3aaa86590d1d6b3e38
and it doesn't hurt either in times where 8GB+ of ram is very common.

Additionally, as stated in
https://github.com/ioquake/ioq3/blob/master/code/qcommon/common.c#L1435
is is impossible to set com_zonemegs via config file and thus making
it hard to ship zonemegs increasement with any mods or packs.

Double the amount of preallocated zone memory which is needed for some
recent high resolution texture packs (e.g. "Neural Upscale" by
MamiyaOtaru).

Increasing this makes sense now that we have
ioquake@20a7776#diff-12a54363af4f3f3aaa86590d1d6b3e38
and it doesn't hurt either in times where 8GB+ of ram is _very_ common.

Additionally, as stated in
https://github.com/ioquake/ioq3/blob/master/code/qcommon/common.c#L1435
is is impossible to set com_zonemegs via config file and thus making
it hard to ship zonemegs increasement with any mods or packs.
@sjaenick
Copy link

sjaenick commented Dec 1, 2020

Please merge this!

Base automatically changed from master to main February 10, 2021 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants