Commit Graph
23 Commits
Author SHA1 Message Date
DarthArgus b983c38972 fix a null pointer deref when running the thinner version of MemManager 2016-07-13 20:38:41 +00:00
DarthArgus 5a2f6b8af0 consistency 2016-02-26 10:59:51 -06:00
DarthArgus 8212c2a273 bump hard mem limit...may go up to 3072 2016-02-26 10:11:28 -06:00
DarthArgus 4093f2d0f4 disable the memory manager entirely! - server scripts may load _slightly_ slower at least, visibly, but we don't crash this way 2016-02-26 09:54:55 -06:00
DarthArgus 1c1cf54a7b ensure release and debug build properly 2016-02-24 14:11:14 -06:00
DarthArgus 7e1c44fcbe this seems to stabilize things; if it does not we can try setting DO_GUARDS and the other flags back on one by one... 2016-02-24 10:45:31 -06:00
DarthArgus 65a79f2c07 force memory manager to always run in production mode, thus reducing usage of memory, thus hopefully making it play nice with java 8 2016-02-24 10:05:15 -06:00
DarthArgus b86eba889f by messing with free memory and preallocating we break java 8...so we'll fix it 2016-02-23 22:09:52 -06:00
DarthArgus c22a458c9f set mem manager upper limit to more sane value 2016-02-14 23:51:10 -06:00
DarthArgus dd9db6d350 Revert "Revert "newer standards prefer nullptr over NULL - this is most of them but there are others too""
This reverts commit 8e2160f33e.
2016-02-11 21:19:18 -06:00
DarthArgus 8e2160f33e Revert "newer standards prefer nullptr over NULL - this is most of them but there are others too"
This reverts commit 3e4cc36e7e.
2016-02-11 19:44:31 -06:00
DarthArgus 3e4cc36e7e newer standards prefer nullptr over NULL - this is most of them but there are others too 2016-02-11 15:16:14 -06:00
DarthArgus 48ba7961eb possibly controversial commit: remove all windows sources, keeping only the windows cmake so that we can generate an sln to edit the code 2016-01-27 15:22:22 -06:00
DarthArgus 3dccead5d5 fix typo 2016-01-26 13:00:48 -06:00
DarthArgus 20d45ac5f9 bump memory limit (per process? or per "node?") from 2047 => 4095 2016-01-26 12:42:06 -06:00
DarthArgus 56cf409d6b this is mostly permissions fixes, and a few path fixes on some headers ...also removed unneeded crap for windows 2015-11-14 21:48:24 -06:00
DarthArgus 594b3a4254 remove unnecessary null checks 2014-10-26 22:53:42 -07:00
CodeCodon 20aa133527 sync base with whitengold team repo 2015-07-14 11:11:51 -05:00
DarthArgus 15c8d0101b attempt to remove (hopefully) unnecessary solaris and windows files; fix a couple potential leaks 2015-04-02 22:53:15 -05:00
Anonymous e6431a9fd4 Minor fixes including removing <> from make_pair usage and using explicit conversions where required by the explicit constructor flags
Now builds/runs using c++11
2014-01-23 08:55:46 -07:00
Anonymous 697893f7d6 Removed unneeded cmake code 2014-01-21 08:25:15 -07:00
Anonymous 49accba13d Added missing include paths 2014-01-14 06:08:10 -07:00
Anonymous b632e73284 Initial commits of the sharedDebug and sharedMemoryManager projects 2014-01-13 09:07:22 -07:00