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