var memory usage increasing


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers var memory usage increasing
# 29  
Old 09-15-2008
How about these are they safe to delete or reduce in size?

Code:
-rw-r--r--  1 clamav clamav 15307672 Sep  4 16:50 /var/clamav/main.inc/main.ndb
-rw-r--r--  1 clamav clamav 17542425 Sep  4 16:50 /var/clamav/main.inc/main.mdb
-rw-------  1 root root 8950817 Sep 15 10:36 /var/db/log.0000000002
-rw-------  1 postgres postgres 16777216 Sep 14 03:07 /var/lib/pgsql/data/pg_xlog/00000001000000A7
-rw-------  1 postgres postgres 16777216 Sep 10 11:22 /var/lib/pgsql/data/pg_xlog/00000001000000A4
-rw-------  1 postgres postgres 16777216 Sep 11 19:12 /var/lib/pgsql/data/pg_xlog/00000001000000A5
-rw-------  1 postgres postgres 16777216 Sep  9 06:00 /var/lib/pgsql/data/pg_xlog/00000001000000A3
-rw-------  1 postgres postgres 16777216 Sep 15 06:00 /var/lib/pgsql/data/pg_xlog/00000001000000A8
-rw-------  1 postgres postgres 16777216 Sep 13 02:57 /var/lib/pgsql/data/pg_xlog/00000001000000A6
-rw-------  1 postgres postgres 16777216 Sep 15 10:37 /var/lib/pgsql/data/pg_xlog/00000001000000A9

 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Swap memory usage keeps increasing.

Hi the version is RedHat 6.2 (Oracle DB server) I don't know why swap memory usage keeps increasing... I used to check swap memory usage Free -m and another way. total used free shared buffers cached Mem: 32183 31861 322 ... (3 Replies)
Discussion started by: tom8254
3 Replies

2. UNIX for Dummies Questions & Answers

Memory usage per user,percent usage,sytem time in ksh

Let's say i have 20 users logged on Server. How can I know how much memory percent used each of them is using with system time in each user? (2 Replies)
Discussion started by: roy1912
2 Replies

3. UNIX for Dummies Questions & Answers

Command to display the space usage (memory usage) of a specific directory.

Hi all, Can you please tell me the command, with which one can know the amount of space a specific directory has used. df -k . ---> Displays, the amount of space allocated, and used for a directory. du -k <dir name> - gives me the memory used of all the files inside <dir> But i... (2 Replies)
Discussion started by: abhisheksunkari
2 Replies

4. AIX

How to monitor the IBM AIX server for I/O usage,memory usage,CPU usage,network..?

How to monitor the IBM AIX server for I/O usage, memory usage, CPU usage, network usage, storage usage? (3 Replies)
Discussion started by: laknar
3 Replies

5. Solaris

current CPU usage, memory usage, disk I/O oid(snmp)

Hi, I want to monitor the current cpu usage, monitor usage , disk I/o and network utlization for solaris using SNMP. I want the oids for above tasks. can you please tell me that Thank you (2 Replies)
Discussion started by: S_venkatesh
2 Replies

6. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

7. Solaris

increasing /var

i need to increase the size of my /var filesystem but i have no idea how to do it. Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t3d0s0 144799 74952 55377 58% / /dev/dsk/c0t3d0s6 342183 201079 106894 66% /usr /proc ... (0 Replies)
Discussion started by: roguekitton
0 Replies

8. Programming

memory increasing

On Alpha True64 UNIX platform, we use "ps aux" command to display the process information, it also displays the %MEM,VSZ, RRS field. The question is that which field really indicates the program's memeory is increasing, thanks (0 Replies)
Discussion started by: Frank2004
0 Replies

9. Programming

Monitor CPU usage and Memory Usage

how can i monitor usages of CPU, Memory, Hard disk etc. under SUN Solaries through a c program or java program i want to store that data into database so i can show it graphically thanks in advance (2 Replies)
Discussion started by: Gajanad Bihani
2 Replies

10. Programming

memory increasing on UNIX

hi, i'm writing a program that is running always... but, i have a problem that memory is increasing.. i want to know whether does stack size inscease or not, when program is running.. i don't know what is the cause stack or heap... i need some help.. :( (1 Reply)
Discussion started by: netfer
1 Replies
Login or Register to Ask a Question
myproxy-admin-change-pass(8)					      MyProxy					      myproxy-admin-change-pass(8)

NAME
myproxy-admin-change-pass - change credential passphrase SYNOPSIS
myproxy-admin-change-pass [ options ] DESCRIPTION
The myproxy-admin-change-pass command changes the passphrase used to encrypt a credential in the MyProxy repository. The command first prompts for the current passphrase for the credential, then prompts twice for the new passphrase. If an empty passphrase is given, the credential will not be encrypted. It accesses the repository directly and must be run on the machine where the myproxy-server(8) is installed from the account that owns the repository. OPTIONS
-h Displays command usage text and exits. -u Displays command usage text and exits. -s dir Specifies the location of the credential storage directory. The directory must be accessible only by the user running the myproxy- server process for security reasons. Default: /var/lib/myproxy or /var/myproxy or $GLOBUS_LOCATION/var/myproxy -l username Specifies the MyProxy account under which the credential should be stored. -k name Specifies the credential name. -S, --stdin_pass By default, the command prompts for a passphrase and reads the passphrase from the active tty. When running the command non-inter- actively, there may be no associated tty. Specifying this option tells the command to read passphrases from standard input without prompts or confirmation. EXIT STATUS
0 on success, >0 on error AUTHORS
See http://myproxy.ncsa.uiuc.edu/about for the list of MyProxy authors. SEE ALSO
myproxy-change-pass-phrase(1), myproxy-destroy(1), myproxy-info(1), myproxy-init(1), myproxy-logon(1), myproxy-retrieve(1), myproxy- store(1), myproxy-server.config(5), myproxy-admin-adduser(8), myproxy-admin-load-credential(8), myproxy-admin-query(8), myproxy-server(8) MyProxy 2009-12-1 myproxy-admin-change-pass(8)