Blueprint Developer Manual / Version 2412.0
Table Of Contents
The recommended way to enable the
in-memory configuration for
CoreMedia Studio Server, is to activate the in-memory
Spring profile.
This will load the in-memory properties from the
application-in-memory.properties
.
For details, see the official
Spring Boot documentation.
For starting the Studio Server locally via an IDE or the Spring Boot
Maven plugin, the Spring profiles to be activated are most likely
dev,local,in-memory
in that order.
Furthermore, you can configure your Studio Server with the following properties so that the in-memory store is read/written from the given file upon application context startup/shutdown. To limit memory usage of the in-memory store, the size per collection map is configured. To be robust against data loss, the in-memory store can be persisted periodically in a given interval.
Table 4.11. Studio Configuration Properties for In-Memory Store