Univention Bugzilla – Attachment 10423 Details for
Bug 50583
Memory Leak in univention-management-console-server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
memory1.py
memory1.py (text/x-python), 359 bytes, created by
Florian Best
on 2020-07-09 17:50:56 CEST
(
hide
)
Description:
memory1.py
Filename:
MIME Type:
Creator:
Florian Best
Created:
2020-07-09 17:50:56 CEST
Size:
359 bytes
patch
obsolete
>from univention.management.console.resources import moduleManager, categoryManager >from univention.management.console.log import log_init >log_init('/dev/null', 0) >import gc, os, subprocess > >for i in range(100): > print(int(subprocess.check_output('grep RssAnon /proc/%d/status' % (os.getpid(),), shell=True).split()[1])) > moduleManager.load() > gc.collect()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 50583
:
10244
| 10423 |
10424
|
10425