Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Memory\s+and\s+quota\s+issues\.\s*$/: 28 ]

Total 28 documents matching your query.

1. Memory and quota issues. (score: 1)
Author: ord@xxxxxxx>
Date: Tue, 15 May 2001 13:47:17 -0700 (PDT)
Is anyone else having memory problems with the CVS kernel? Ive got a server here with 384MB, and its using 325 of it right now. It should be using about 30, tops. It *might* be something to do with d
/archives/xfs/2001-05/msg00758.html (9,358 bytes)

2. Re: Memory and quota issues. (score: 1)
Author: xxxxxxxxxxx>
Date: Tue, 15 May 2001 17:01:19 -0400 (EDT)
Are you sure that all that memory is being used? The 2.4 kernel is very aggressive when it comes to cacheing (which is a good thing). What does the output of 'free' say? In general, you *want* all yo
/archives/xfs/2001-05/msg00761.html (9,673 bytes)

3. Re: Memory and quota issues. (score: 1)
Author: xxxxxxxxxxx>
Date: Tue, 15 May 2001 14:08:44 -0700 (PDT)
I too have a problem with using quota in xfs, when I mount -a in a single user I get this error: Out of Memory. Killed process 1 (sh). My machine has 256MB, the xfs partition size is 350GB. free outp
/archives/xfs/2001-05/msg00763.html (10,412 bytes)

4. Re: Memory and quota issues. (score: 1)
Author: xxxxxxxxxxx>
Date: Tue, 15 May 2001 16:16:12 -0500
We are working the quota memory usage issue internally, a memory reclaim function which is called to prune the quota cache in Irix is not being called in the linux version right now, so quota memory
/archives/xfs/2001-05/msg00764.html (9,522 bytes)

5. Re: Memory and quota issues. (score: 1)
Author: ord@xxxxxxx>
Date: Tue, 15 May 2001 14:23:38 -0700 (PDT)
This is the output of free. It IS using it, its not cached. fudd:/home# free -m total used free shared buffers cached Mem: 374 371 3 0 0 28 -/+ buffers/cache: 342 32 Swap: 384 4 380 This is my partit
/archives/xfs/2001-05/msg00765.html (10,878 bytes)

6. Re: Memory and quota issues. (score: 1)
Author: xxxxxxxxxxx>
Date: Tue, 15 May 2001 16:28:00 -0500
Could you send the output of cat /proc/slabinfo This will tell us where the memory might be if it is in the kernel. Steve
/archives/xfs/2001-05/msg00766.html (11,619 bytes)

7. Re: Memory and quota issues. (score: 1)
Author: ord@xxxxxxx>
Date: Tue, 15 May 2001 14:29:56 -0700 (PDT)
Here you go. FYI, it has only taken about 3.5 days to get to this level of memory loss. Thanks for the help. slabinfo - version: 1.1 kmem_cache 80 117 100 3 3 1 ip_fib_hash 10 113 32 1 1 1 dqtrx 1 20
/archives/xfs/2001-05/msg00767.html (16,527 bytes)

8. Re: Memory and quota issues. (score: 1)
Author: xxxxxxxxxxx>
Date: Tue, 15 May 2001 16:33:16 -0500
Ah ha! The quick fix it to rebuild your kernel with the xfsdebug and vnode tracing options turned off. These are development options, I do not thing we should have made these available externally. S
/archives/xfs/2001-05/msg00768.html (18,284 bytes)

9. Re: Memory and quota issues. (score: 1)
Author: ord@xxxxxxx>
Date: Tue, 15 May 2001 14:37:10 -0700 (PDT)
But my kernel config does not have debug options turned on. I never turn on debug options. ** Walter Marchuk Senior Computer Specialist University of Washington Electrical Engineering Room: 307g 206-
/archives/xfs/2001-05/msg00769.html (19,662 bytes)

10. Re: Memory and quota issues. (score: 1)
Author: xxxxxxxxxxx>
Date: Tue, 15 May 2001 23:40:02 +0200
I believe I've seen that for a while. And all that after only 15 minutes of doing practically nothing. I haven't tried the kernel from cvs for a couple of days though. Greetings, /jarek
/archives/xfs/2001-05/msg00770.html (8,827 bytes)

11. Re: Memory and quota issues. (score: 1)
Author: @xxxxxxxxxx>
Date: Tue, 15 May 2001 16:41:24 -0500
Right, you are seeing a problem with quota memory use and Dana is seeing debug memory usage. My previous message about quota memory usage is probably at the back of your issue, a fix is in the works
/archives/xfs/2001-05/msg00771.html (9,385 bytes)

12. Re: Memory and quota issues. (score: 1)
Author: xxxxxxxxxxx>
Date: Tue, 15 May 2001 16:49:56 -0500
There was another issue with the cvs tree up until late last week in the 2.4.4 version, xfs memory usage would have been very high. This is fixed now. Steve
/archives/xfs/2001-05/msg00773.html (9,058 bytes)

13. Re: Memory and quota issues. (score: 1)
Author: e@xxxxxxxxx>
Date: Wed, 16 May 2001 00:23:39 +0200
You cannot distingush between used and cached in Linux, it's all the same programs and program data and cached file data are all in the same page cache, and free shows it as mem used. The buffers col
/archives/xfs/2001-05/msg00777.html (9,810 bytes)

14. Re: Memory and quota issues. (score: 1)
Author: een@xxxxxxx>
Date: Thu, 17 May 2001 09:04:01 -0500
hi Dana, I think the problem here would be that the quota tools in woody (testing) are version 2.00-9 - you'll need the tools from sid (unstable) which are version 3.xx. I suggest also reading /usr/s
/archives/xfs/2001-05/msg00835.html (9,436 bytes)

15. Memory and quota issues. (score: 1)
Author: Steve Lord <lord@xxxxxxx>
Date: Tue, 15 May 2001 13:47:17 -0700 (PDT)
Is anyone else having memory problems with the CVS kernel? Ive got a server here with 384MB, and its using 325 of it right now. It should be using about 30, tops. It *might* be something to do with d
/archives/xfs/2001-05/msg02122.html (9,358 bytes)

16. Re: Memory and quota issues. (score: 1)
Author: rsen" <mkp@xxxxxxxxxxxxx>
Date: Tue, 15 May 2001 17:01:19 -0400 (EDT)
Are you sure that all that memory is being used? The 2.4 kernel is very aggressive when it comes to cacheing (which is a good thing). What does the output of 'free' say? In general, you *want* all yo
/archives/xfs/2001-05/msg02125.html (9,673 bytes)

17. Re: Memory and quota issues. (score: 1)
Author: an <cattelan@xxxxxxxxxxx>
Date: Tue, 15 May 2001 14:08:44 -0700 (PDT)
I too have a problem with using quota in xfs, when I mount -a in a single user I get this error: Out of Memory. Killed process 1 (sh). My machine has 256MB, the xfs partition size is 350GB. free outp
/archives/xfs/2001-05/msg02127.html (10,412 bytes)

18. Re: Memory and quota issues. (score: 1)
Author: archuk@xxxxxxxxxxxxxxxxx>
Date: Tue, 15 May 2001 16:16:12 -0500
We are working the quota memory usage issue internally, a memory reclaim function which is called to prune the quota cache in Irix is not being called in the linux version right now, so quota memory
/archives/xfs/2001-05/msg02128.html (9,522 bytes)

19. Re: Memory and quota issues. (score: 1)
Author: Steve Lord <lord@xxxxxxx>
Date: Tue, 15 May 2001 14:23:38 -0700 (PDT)
This is the output of free. It IS using it, its not cached. fudd:/home# free -m total used free shared buffers cached Mem: 374 371 3 0 0 28 -/+ buffers/cache: 342 32 Swap: 384 4 380 This is my partit
/archives/xfs/2001-05/msg02129.html (10,878 bytes)

20. Re: Memory and quota issues. (score: 1)
Author: ward <dragon@xxxxxxxxxxx>
Date: Tue, 15 May 2001 16:28:00 -0500
Could you send the output of cat /proc/slabinfo This will tell us where the memory might be if it is in the kernel. Steve
/archives/xfs/2001-05/msg02130.html (11,619 bytes)


This search system is powered by Namazu