• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[TFS 1.2][MYACC] Weird ram leak that occured randomly

SixNine

Active Member
Joined
Dec 12, 2018
Messages
442
Reaction score
40
Having super weird problem, everything was smooth for like one week and shit started happening randomly for some reason my OVH started going to 100% usage by any action in the game for example buying something frop shop, changing wings, dying, casting spells and etc it forces ping to go up to 3-5k, another think it affects website aswell if u go to highscores in shutsdown the website it just freezes, same for the server it just freezes and doesnt crash. This is what i have in my logs what i checked so far
d9631fe8374bdfd33939f490d436a385.png

705fd2a20c29c50b0f53b8e9e238c439.png

242179e830acdff26b6c15cfff1fccd1.png

Code:
PHP Fatal error:  Uncaught PDOException: SQLSTATE[HY000]: General error: 3 Error writing file '/tmp/MYYcRyk3' (Errcode: 28 "No space left on device") in /var/www/html/system/libs/pot/OTS_Base_DB.php:101\nStack trace:\n#0 /var/www/html/system/libs/pot/OTS_Base_DB.php(101): PDO->query('SELECT accounts...')\n#1 /var/www/html/system/pages/highscores.php(150): OTS_Base_DB->query('SELECT accounts...')\n#2 /var/www/html/index.php(441): require('/var/www/html/s...')\n#3 {main}\n  thrown in /var/www/html/system/libs/pot/OTS_Base_DB.php on line 101
Code:
PHP Notice:  Undefined index: lastCheck in /var/www/html/system/status.php on line 79
50d7a7a5a57c96834d696f43d17c1553.png

Another log created by crash that occured


Problem occured randomly and have no idea how to fix it and what to do. Cant even enter phpmyadmin when website freezes have to reboot VPS to enter phpmyadmin once i entered tried clearing entire shop history though it will help but nothing.
 
PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 3 Error writing file '/tmp/MYYcRyk3' (Errcode: 28 "No space left on device")

Isn't this already telling you what's wrong? "No space left on device" do you have space?
type "df" in terminal
 
Back
Top