RAM runs out
AnsweredHi,
i've created a process with a few powershell calls. Every loop the memory incrases about 30MB. Especially in a loop whith a few hundred runs the "AgilePoint Windows Service" process takes all the memory. After completion the process keeps the memory and if it's on 100% nothing works anymore.
Are there any settings,... to give the memory back to the system?
-
I've three scripts in my process, some of them are running parallel:
1: Gets data (LogInNames) from a Sharepoint list entry (e.g. Team members (=PeoplePicker))
2: Write AD users and groupmenbers to a string
3: Write the string from script 2 (domain\LogInName) in an extra column (e.g. Team members resolved (=People Picker))
I tried with Remove-Variable -Name var1,var2,.... but there is no difference.
Please sign in to leave a comment.
Comments
3 comments