Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Maximum env space

Status
Not open for further replies.

gaylel

Programmer
Apr 27, 2001
8
US
Does anyone know how large the maximum environment space is and/or if it can be changed. Our application utilizes many environment variables and I was wondering if there was a limit or how to control the limit.

Thanks for your reply.
 
maybe you can expand your question more. are you referring to your PV, memory, etc?

re PVs - you can increase your FS,LVs,PS, etc.

re memory - use vmtune, vmstat, iostat, topas, etc.

'just a thought.
 
I am referring to the limit of environment variables. Is there a limit to how many you can have and/or the amount of space that is required for their values.

i.e.
export VAR="varvalue"

env
 
I think the question is which environment variable are you talking about? There are loads of items that could be called variables. ARe you talking about number of processes per user? Number of files per user? Size of files?
 
No, I am talking about the number of environment variables that you can set in any given shell and/or the maximum size of the variable values that can be set in any given shell.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top