Timeline for Why do some VMs manage their own memory instead of relying fully on the system allocator?
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 1, 2020 at 22:23 | vote | accept | Aviv Cohn | ||
| Aug 22, 2019 at 13:14 | answer | added | Blrfl | timeline score: 0 | |
| Aug 22, 2019 at 9:47 | comment | added | Kayaman |
"Pretty sure Oracle JVM requests all memory once at startup." only if you set initial and max memory as the same, i.e. Xmx=Xms.
|
|
| Aug 22, 2019 at 9:31 | answer | added | Jörg W Mittag | timeline score: 1 | |
| Aug 21, 2019 at 17:11 | comment | added | whatsisname |
malloc() does not always request more from the OS, either. It too manages memory 'in-house' when it can
|
|
| Aug 21, 2019 at 16:35 | history | edited | Aviv Cohn | CC BY-SA 4.0 |
deleted 2 characters in body
|
| Aug 21, 2019 at 16:23 | answer | added | Erik Eidt | timeline score: 3 | |
| Aug 21, 2019 at 16:23 | answer | added | Basile Starynkevitch | timeline score: 2 | |
| Aug 21, 2019 at 16:20 | review | Close votes | |||
| Aug 28, 2019 at 3:05 | |||||
| Aug 21, 2019 at 16:03 | history | asked | Aviv Cohn | CC BY-SA 4.0 |