|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Ludovic Rousseau (ludovic.rousseau
gmail.com)
Date: Mon Feb 04 2008 - 03:24:33 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Feb 3, 2008 8:12 PM, Sudheer Vemana <sudheervemana
gmail.com> wrote:
> Thanks for your reply , please find the attachment that contains the
> modified code.
> check hte free memory using top command before executing the applicationad
> and at the time of executiing the code.
> Please insert and remove the card at the time of application. Please let me
> know how many daemons will actually run.
> Please give me your valuable suggestions.
I used your sample code but do not notice anything strange.
The free memory reported by top is complex to interpret. If you want
to check the memory used by a process you should use something like:
$ ps axuwww | head -1
to have the name of the columns and:
$ ps axuwww | grep pcscd
to have the values for the pcscd process.
Then check the VSZ (virtual size) column for
In my case the value is stable and changes only when I insert or
remove a reader.
Can you also check the evolution of the pcscd VSZ in your case?
bye
--
Dr. Ludovic Rousseau
_______________________________________________
Muscle mailing list
Muscle
lists.musclecard.com
http://lists.drizzle.com/mailman/listinfo/muscle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]