After patching - ram decreased from 10 to 2 gb

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat After patching - ram decreased from 10 to 2 gb
# 8  
Old 06-10-2014
If the question had memory switching between 4GB or 10GB instead of 2GB and 10 GB, I'd say someone loaded a 32-bit kernel non-PAE kernel instead of a 32-bit PAE-enabled or 64-bit kernel.

IIRC, a standard 32-bit Linux kernel can use 4 GB and a 32-bit PAE-enabled Linux kernel can use 16 GB.

I don't know of anything in Linux that limits memory to 2 GB. Though there might be something in older versions.
# 9  
Old 06-11-2014
I had something of this sort when upgrading an AIX server to latest TL (as it was then)

AIX is very good at keeping real memory full, so there's not much to see there. Paging space was not very full, but the server was only just grinding along.

New functionality was automatically included and the deamons used up the memory. We tracked them down with:-
Code:
ps -el|sort -bn +9

..... and then could deal with them. There was a change for them to use pinned memory, but for us, we just turned them off as they were unnecessary services.




Robin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

patching solaris 8

OK, finally managed to get root access to the machines. Now running # uname -a SunOS unknown 5.8 Generic_108528-22 sun4u sparc SUNW,UltraAX-e2 # showrev -p Patch: 112668-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgzip Patch: 109889-01 Obsoletes: 109353-04 Requires: ... (2 Replies)
Discussion started by: Norman Khine
2 Replies

2. Solaris

patching a zone.

what are prerequisites or precautions we take before we install a patch in a zone.what if zone fails to boot after patching.How to recover form this situation.? Thanks in advance..:) (1 Reply)
Discussion started by: ravijanjanam12
1 Replies

3. Solaris

Kernel and OS patching

Hi, I just want to know, is there any difference between Kernal patching and OS patching in solaris/linux Thanks in advance (1 Reply)
Discussion started by: vks47
1 Replies

4. Solaris

What is Kernel Patching?

Q.) What is KERNEL PATCHING? (0 Replies)
Discussion started by: aparna66
0 Replies

5. Solaris

Patching error

Hi Gurus I wanted to patch two servers yesterday with the SUN provided patch_cluster for solaris 10 One server is had the same patchlevel before and after patching SunOS svr10008 5.10 Generic_125100-10 sun4v sparc SUNW,Sun-Fire-T200 The other had after the patching a different patchlevel... (3 Replies)
Discussion started by: gnom
3 Replies

6. Solaris

Patching

Hi all Ive got 12 odd sun servers, running solars 8, 9 and soon 10. Have to admit I havent patched for years. Infact the last time I did patch a load of servers, sun provided you will a small script which would review the current patch levels, create a xml file that you would use on sunsolve... (3 Replies)
Discussion started by: sbk1972
3 Replies

7. Solaris

df –k shows 100% used for a slice even after min free has been decreased from 10% to

Hi Gurus, For a particular slice I have change the minfree from 10% to 1% with tunefs -m and its allowing the creation of file on that slice, however when I am seeing the same with df -k it says that the slice is 100% full. What could be reason for this? Thanks (2 Replies)
Discussion started by: kumarmani
2 Replies

8. Solaris

advice on patching

Hi.. I have 3 t5120s, with 4,2,2 zones respctively. All 3 systems are Solaris 10 and the zones too. I would like to pach these systems. Can some one tell me best policies on patching such systems with zone. I assume only global zones will have to be patched and then non global zones get... (2 Replies)
Discussion started by: upengan78
2 Replies

9. Red Hat

red hat Linux 5.0 is detecting 3gb ram but physical ram is 16gb

Hi, On server 64bit Hw Arch , Linux 5.0(32bit) is installed it is showing only 3gb of ram though physical is 16gb can u give me idea why? (4 Replies)
Discussion started by: manoj.solaris
4 Replies

10. Solaris

Patching

Hi all, I'm new to Solaris. How can i make sure that all my servers are patched to the same level. When i do a uname -a, i see different level. How can i make sure that they are having the same patches. Any expert to guide me through pls? eg. ServerA#uname -a SunOS ServerA 5.10... (0 Replies)
Discussion started by: ahlude
0 Replies
Login or Register to Ask a Question