-
|
Might be a dumb question but. I would like to know why my instance just hangs up. It was running fine for 2 days. The connected devices reboots daily(half of it reboots at 2pm and half of it reboots at 3pm). It just suddenly hanged up after 2 days and now it is currently running fine (been 4 days) even when devices reboots at given time. might that be a cpu? ram? or network issue? Educate me please, Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
t2.micro is too small (1 core, 1gb ram) You need a min of 2gb ram or better 4gb to be on the safe side You can even use a t4g.small, which is the arm64 variety and is cheaper than the t2.small |
Beta Was this translation helpful? Give feedback.
@TriStrac, it's a personal choice really of what backend u use for the database, u can even just run the DB in ur ec2 instance itself without using hosted mysql/mongodb
For example, I just use the built-in nedb database (or sqlite when im testing/fixing things), but I only look after 100 devices tops.
The reason everyone uses mongodb is because for the server peering feature to work (multiple meshcentral servers with load balancing etc) it REQUIRES mongodb because of its bulk feature
@msaguindang sadly, it doesn't support the dynamodb, but I can't see why it shouldn't work as it's just nosql based like mongodb or acebase!
If u wanted this feature/database support adding, please can u open…