mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
We aren't doing singleton module loaders, lets not clear what we just made
This commit is contained in:
parent
bfeb3bf7f1
commit
6410b404b3
@ -876,9 +876,6 @@ class Minion(MinionBase):
|
||||
errors = functions['_errors']
|
||||
functions.pop('_errors')
|
||||
|
||||
functions.clear()
|
||||
returners.clear()
|
||||
|
||||
# we're done, reset the limits!
|
||||
if modules_max_memory is True:
|
||||
resource.setrlimit(resource.RLIMIT_AS, old_mem_limit)
|
||||
|
Loading…
Reference in New Issue
Block a user