diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-25 20:21:21 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-25 20:21:21 +0000 |
commit | 5949dc0d9bdaaabd759c72360013ebe1409b5b03 (patch) | |
tree | 93a2698928cf67b1c646e23fdcb1551f1a45987d /Changelog.txt | |
parent | 2143a2dcf2af305c7248711275a31f63b17431f4 (diff) | |
download | hercules-5949dc0d9bdaaabd759c72360013ebe1409b5b03.tar.gz hercules-5949dc0d9bdaaabd759c72360013ebe1409b5b03.tar.bz2 hercules-5949dc0d9bdaaabd759c72360013ebe1409b5b03.tar.xz hercules-5949dc0d9bdaaabd759c72360013ebe1409b5b03.zip |
Some comments
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@993 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index ebb5efb8f..73940bf61 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -2,6 +2,44 @@ Date Added 01/26 * libGC isn't ready to be the default quite yet... [MouseJstr] + + Enough people have asked so... Once you grab a copy of the + libGC library from (http://amber.stormbirds.org/~joshs/gc6.3.tar), + you start up a bash shell from inside cygwin and untar + the gc6.3.tar. This will produce a gc6.3 directory. Then + cd into that directory and type ./configure. Once that is + done you type "make" and then "make install". This will + spray the various includes and libraries all over your + cygwin install (most in /usr/local). + + Now, edit Makefile and change the CC line to use the + + CC = gcc -pipe -DGCOLLECT + + entry. Also change the GCLIB to + + GCLIB = -L/usr/local/lib -lgc + + Remember to comment out the ones no longer used. Do a clean + build and good luck. Obviously, this has not been tested + by that many people so you really are on the cutting edge + but if you have good results, send me a note + (joshs@stormbirds.org) so that we can see if it really is + ready for prime time. + + What should you see? Well, the map-server should not + grow/consume extra memory anymore. More so, it should use + dramatically less memory then it did before using the + garbage collector. + + The downside is that it will consume a little more CPU... + + The question is, how much? how laggy? what effect on lots + of players? I've heard stories saying it makes the server + unplayable and others told me that they saw no + player-visible effects at all. + + 01/25 * Fixed TXT compile problems with libGC [celest] * Added "Clients older than 2004-09-06aSakray" option to packet_ver_flag in |