• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux 64 -bit arch and map

Pietia

Active Member
Joined
Jan 13, 2008
Messages
2,147
Reaction score
49
Location
Poland
well i have a debian 5.0 64-bit 3 gb ram and my problem is i have got in past 32 -bit debian and 2 gb ram .
Now when i open tfs when loading map it takes all free space and swap . Map loading time 70 seconds.
In past on 2 gb ram it takes almost all free space in ram but no in swap , Map loading time 20 seconds.
What is the problem ? Ram bad or this is somthing with 64- bit ?
The map weight is 87 mb.
proofs:
Code:
top - 16:41:30 up 24 min,  2 users,  load average: 0.73, 0.26, 0.09
Tasks: 139 total,   1 running, 138 sleeping,   0 stopped,   0 zombie
Cpu(s):  1.6%us,  0.4%sy,  0.0%ni, 96.6%id,  1.4%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   2058276k total,  2005300k used,    52976k free,    36748k buffers
Swap: 30716272k total,     1488k used, 30714784k free,   145012k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 4809 pietia    20   0 1636m 1.6g 4888 S    2 79.7   0:19.21 theforgottenser
Code:
top - 16:42:33 up 27 min,  2 users,  load average: 0.85, 0.58, 0.44
Tasks: 107 total,   1 running, 106 sleeping,   0 stopped,   0 zombie
Cpu(s):  1.7%us,  1.0%sy,  0.0%ni, 67.1%id, 30.0%wa,  0.0%hi,  0.2%si,  0.0%st
Mem:   2948448k total,  2934012k used,    14436k free,      664k buffers
Swap:   522104k total,   287860k used,   234244k free,    21784k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 8466 pietia      20   0 2955m 2.7g 3772 S    6 95.3   0:15.82 theforgottenser
 
Last edited:
because we have to know what's the cause.

32 bit arch
Code:
top - 17:29:53 up 1 min,  2 users,  load average: 0.59, 0.19, 0.06
Tasks: 104 total,   1 running, 103 sleeping,   0 stopped,   0 zombie
Cpu(s):  9.6%us,  2.1%sy,  0.0%ni, 86.8%id,  1.5%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   2977500k total,  1992948k used,   984552k free,    93192k buffers
Swap: 30716272k total,        0k used, 30716272k free,   164476k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 3188 mysql     20   0  126m  20m 5076 S   32  0.7   0:01.69 mysqld
 3737 root      20   0 1646m 1.6g 4440 S    4 55.4   0:19.26 theforgottenser
it works normally ...
> Map loading time: 17.372 seconds.
and yeah it was problem of 64-bit then .
 
32 bit arch
Code:
top - 17:29:53 up 1 min,  2 users,  load average: 0.59, 0.19, 0.06
Tasks: 104 total,   1 running, 103 sleeping,   0 stopped,   0 zombie
Cpu(s):  9.6%us,  2.1%sy,  0.0%ni, 86.8%id,  1.5%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   2977500k total,  1992948k used,   984552k free,    93192k buffers
Swap: 30716272k total,        0k used, 30716272k free,   164476k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 3188 mysql     20   0  126m  20m 5076 S   32  0.7   0:01.69 mysqld
 3737 root      20   0 1646m 1.6g 4440 S    4 55.4   0:19.26 theforgottenser
it works normally ...
> Map loading time: 17.372 seconds.
and yeah it was problem of 64-bit then .

weird my server works normally on x64 and actually my pc have never used the swap only when there was the infinite clean bug :S

EDIT:
why do you run TFS under root?
 
Last edited:
weird my server works normally on x64 and actually my pc have never used the swap only when there was the infinite clean bug :S

EDIT:
why do you run TFS under root?

it was just a test it doesn't work on normal user too now i'm on 32-bit and all working ;s
 
Well i think i have found a reason why it takes 2x more ram on intel but not on amd

Code:
Processors AMD64 are fully 64-bits , additional thing is that they have backward compability with 32-bit architecture
It can be the problem ?
 
Back
Top