Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Optimize Stack and Memory Management #34

Merged
merged 2 commits into from
Jul 11, 2024
Merged

Optimize Stack and Memory Management #34

merged 2 commits into from
Jul 11, 2024

Conversation

memN0ps
Copy link
Owner

@memN0ps memN0ps commented Jul 11, 2024

Updated the stack size per logical core and stack size per shared processor. Fixed and tested the memory tracker for 32 cores in VMware. Removed the old tracker due to bugs and performance issues. #25

- removed old tracker as it was buggy and not great.
- global_const needs fixing

Took 2 hours 51 minutes
- stack min size: `(size_of::<Vm>() / 0x1000) + 0x1000`
- heap might be able to go lower than 0x4000000 but it is core dependant.

Took 36 minutes
@memN0ps memN0ps merged commit 51be218 into main Jul 11, 2024
1 check passed
@memN0ps memN0ps deleted the dev branch July 14, 2024 06:51
@memN0ps memN0ps restored the dev branch August 4, 2024 01:23
@memN0ps memN0ps deleted the dev branch August 4, 2024 01:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant