[10.10.20] Reduced CPU limit
This commit is contained in:
parent
25a01025b8
commit
d44ae664e8
@ -102,7 +102,7 @@ spec:
|
||||
cpu: 32m
|
||||
memory: 32Mi
|
||||
limits:
|
||||
cpu: 75m
|
||||
cpu: 25m
|
||||
memory: 64Mi
|
||||
securityContext:
|
||||
capabilities:
|
||||
|
||||
@ -147,8 +147,6 @@ def collector(c_type):
|
||||
global time
|
||||
time = timeFunction()
|
||||
|
||||
print(time)
|
||||
|
||||
av_price, timestamp = averager(c_type)
|
||||
vol = getVol(c_type)
|
||||
high, low = getHighLow(c_type)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user