Jump to content
  • 0

FREE memory on L2jFrozen


Question

Posted

Γεια σας παιδιά.

πως μπορώ να ρυθμήσω αυτό που λεει στο console used memory 500 free memory 480?

διοτι χρησιμοποιώ RAM 8GB..Και απο οτι καταλαβα δεν την χρησιμοποιεί όλη ο server..

για αυτο εδω λεω

2lnu2dz.png

8 answers to this question

Recommended Posts

  • 0
Posted

Ακόμη να βρω λύση γιαυτό..

κάποιος που να ξέρει παρακαλώ?

Άνοιξε το startGameServer.bat με κάποιον επεξεργαστή κειμένου (π.χ notepad), πήγαινε στο μενού Επεξεργασία -> Εύρεση ή CTRL + F.

 

Από εκεί ψάξε για το εξής: "-Xms1024m -Xmx1024m" (χωρίς quotes)

 

Όταν είναι xmx1024m, η Java μπορεί να χρησιμοποιήσει μέχρι 1024 megabytes RAM, δηλαδή είναι το max.

 

Απλά λοιπόν άλλαξε π.χ το 1024m σε 4096m και αν θες πιο παραπάνω. (εφόσον έχει 8GB RAM ο υπολογιστής)

 

  • 0
Posted

Άνοιξε το startGameServer.bat με κάποιον επεξεργαστή κειμένου (π.χ notepad), πήγαινε στο μενού Επεξεργασία -> Εύρεση ή CTRL + F.

 

Από εκεί ψάξε για το εξής: "-Xms1024m -Xmx1024m" (χωρίς quotes)

 

Όταν είναι xmx1024m, η Java μπορεί να χρησιμοποιήσει μέχρι 1024 megabytes RAM, δηλαδή είναι το max.

 

Απλά λοιπόν άλλαξε π.χ το 1024m σε 4096m και αν θες πιο παραπάνω. (εφόσον έχει 8GB RAM ο υπολογιστής)

 

Αγορίνα σε ευχαριστώ πάρα πολύ, να σαι καλα!

 

το έκανα έτσι

 

REM -------------------------------------
REM Default parameters for a basic server.
java -Dfile.encoding=UTF8 -Xmx1024m -Xms512m -Xmn256m -XX:PermSize=128m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseSerialGC -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms7024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------

 

το εβαλα να τρωει 7024 δηλαδη..αλλα εχω μαι ερώτηση... η πάνω σειρά που επίσης έχει το ιδιο απλα με αλλο νουμερο "-Xms512m -" τι ειναι?

να το αλλάξω και αυτο? εχω  RAM8GB επεξεργαστή 4.0Ghz..και αρκετό σκληρό.

 

Edit: η αν μπορεις πες μου εσύ πως να το γραψω ωστε να χρησιμοποιεί ολη την RAM. εστω και τα 7GB. της RAM

 

  • 0
Posted

Αγορίνα σε ευχαριστώ πάρα πολύ, να σαι καλα!

 

το έκανα έτσι

 

REM -------------------------------------
REM Default parameters for a basic server.
java -Dfile.encoding=UTF8 -Xmx1024m -Xms512m -Xmn256m -XX:PermSize=128m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseSerialGC -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms7024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------

 

το εβαλα να τρωει 7024 δηλαδη..αλλα εχω μαι ερώτηση... η πάνω σειρά που επίσης έχει το ιδιο απλα με αλλο νουμερο "-Xms512m -" τι ειναι?

να το αλλάξω και αυτο? εχω  RAM8GB επεξεργαστή 4.0Ghz..και αρκετό σκληρό.

Λάθος γραμμή πείραξες, την πρώτη πρέπει να αλλάξεις.

 

Όταν βλέπεις "REM" στην αρχή κάποιας πρότασης, σημαίνει ότι είναι απλά ένα σχόλιο, δηλαδή δεν εκτελείται/κάνει κάτι.

 

Επίσης, άλλαξες λάθος αριθμό. Το Xms είναι το minimum RAM που θα χρησιμοποιεί, εσύ θέλεις να βάλεις το maximum 7024, όχι το minimum.

 

Ορίστε ένα παράδειγμα:

 

java -Dfile.encoding=UTF8 -Xmx7024m -Xms1024m -Xmn512m -XX:PermSize=128m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseSerialGC -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer

  • 0
Posted

Λάθος γραμμή πείραξες, την πρώτη πρέπει να αλλάξεις.

 

Όταν βλέπεις "REM" στην αρχή κάποιας πρότασης, σημαίνει ότι είναι απλά ένα σχόλιο, δηλαδή δεν εκτελείται/κάνει κάτι.

 

Επίσης, άλλαξες λάθος αριθμό. Το Xms είναι το minimum RAM που θα χρησιμοποιεί, εσύ θέλεις να βάλεις το maximum 7024, όχι το minimum.

 

Ορίστε ένα παράδειγμα:

 

java -Dfile.encoding=UTF8 -Xmx7024m -Xms1024m -Xmn512m -XX:PermSize=128m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseSerialGC -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer

Ευχαριστώ πολύ ειλικρινά!

  • 0
Posted

Παρακαλώ, μπορείς να ζητήσεις από τους moderators να κλειδώσουν το topic αν δεν θες κάτι άλλο.

OK δεν χρειάζομαι κατι άλλο :)

LOCK!

Guest
This topic is now closed to further replies.


  • Posts

    • Good day! Due to the increasing number of questions, "Do you provide services for the client?" - I decided to answer with a separate topic. I provide services for editing/modifying the client and individual files, namely: 1. Transfer/Creation/Editing locations, geodata.   2. All kinds of work with NPCs, including transfer, animation, adding effects to them and logos.   3. Actually, Transfer/Creation/Edit any EFFECTS, including Abnormal Effects.   4. Any work with weapons, armor, accessories and everything related to it.   5. Create or edit textures, including dynamic textures.   6. Creating a Lobby Screen, Lobby Char Selection (character selection window) and Lobby Char Creation (character creation window). What I don't do: 1. Coding in any form (except for CB).   I started publishing my work recently, here - YouTube And here - RuTube If required, I respect confidentiality. Any other questions? Welcome to Telegram or PM.
    • 🎮https://discord.gg/yyVRtna9RB 🌎https://l2-forever.com L2 Forever was the best mid rates PvP server back in C4 and C5 and we want to give players the same experience with Interlude!   # L2-Forever * EXP: 50x * Adena: 200x * Spoil: 5x * Drops: 5x   # ENCHANTS *Safe Enchant : 3 *Max. Enchant : 20 *Normal Scroll chance : 65% *Blessed Scroll chance : 70%   # NEW PLAYERS * Start with Coupons allowing you to get free top D-grade * Start at level 20 * Main Town Giran Harbor   # BOOSTED AREA'S * Execution Grounds [ 20 - 40] * Cruma Tower [40-52] * Antharas Lair [52-61] * Antharas Heart [61-80] * Giran Harbor - Shopping Area   # END GAME FARMING AREAS * Monastery of Silence and Primeval Island customized for group farm # PLATINUM ARMORS * Platinum Armors get dropped by raids, allowing everyone to obtain a set and not only donators * Many Raids all over the L2 world drop parts of the Platinum Armors   # BUFFS * Buff duration is set at 1 hour for normal buffs (Buffs and Songs / Dances) * Town Buffers in all main towns with all available buffs Giran Harbor (GH) is the place to be for all your trades and item needs! Platinum Armors   # FOREVER ITEMS * Unique Forever weapons & armors # UNIQUE L2 FOREVER AUGMENTATION SYSTEM * We don't use retail augmentations, we use our own unique system and glows!   # OTHER CUSTOM FEATURES * Global Gatekeeper * NPC Class Changer * Auction House * Unique Augmenter * Subclass with Adena or from Cabrio * Nobless - Barakiel * Useless S weapon Special abilities like (Cheap shot) are changed
    • 🎮https://discord.gg/yyVRtna9RB 🌎https://l2-forever.com L2 Forever was the best mid rates PvP server back in C4 and C5 and we want to give players the same experience with Interlude!   # L2-Forever * EXP: 50x * Adena: 200x * Spoil: 5x * Drops: 5x   # ENCHANTS *Safe Enchant : 3 *Max. Enchant : 20 *Normal Scroll chance : 65% *Blessed Scroll chance : 70%   # NEW PLAYERS * Start with Coupons allowing you to get free top D-grade * Start at level 20 * Main Town Giran Harbor   # BOOSTED AREA'S * Execution Grounds [ 20 - 40] * Cruma Tower [40-52] * Antharas Lair [52-61] * Antharas Heart [61-80] * Giran Harbor - Shopping Area   # END GAME FARMING AREAS * Monastery of Silence and Primeval Island customized for group farm # PLATINUM ARMORS * Platinum Armors get dropped by raids, allowing everyone to obtain a set and not only donators * Many Raids all over the L2 world drop parts of the Platinum Armors   # BUFFS * Buff duration is set at 1 hour for normal buffs (Buffs and Songs / Dances) * Town Buffers in all main towns with all available buffs Giran Harbor (GH) is the place to be for all your trades and item needs! Platinum Armors   # FOREVER ITEMS * Unique Forever weapons & armors # UNIQUE L2 FOREVER AUGMENTATION SYSTEM * We don't use retail augmentations, we use our own unique system and glows!   # OTHER CUSTOM FEATURES * Global Gatekeeper * NPC Class Changer * Auction House * Unique Augmenter * Subclass with Adena or from Cabrio * Nobless - Barakiel * Useless S weapon Special abilities like (Cheap shot) are changed
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/uthciha-services https://campsite.bio/utchihaamkt
  • Topics

×
×
  • Create New...