Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
More mem adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
GrapheneCt committed Jul 14, 2021
1 parent 4235053 commit b69111c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElevenMPV-A/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ int main() {
//fwParam.optionalFeatureFlags = Framework::InitParam::FeatureFlag_DisableInternalCallbackChecks;

if (s_memGrown) {
fwParam.defaultSurfacePoolSize = 11 * 1024 * 1024;
fwParam.defaultSurfacePoolSize = 11 * 1024 * 1024 + 512 * 1024;
fwParam.textSurfaceCacheSize = 2 * 1024 * 1024;
}
else {
Expand Down

0 comments on commit b69111c

Please sign in to comment.