Anyone who’s using docker on Arm devices knows the pain of finding a container matching your processor architecture. Most official repo’s dont have that problem, but some smaller repo’s suffer from tag-overload which makes it harder to find the suitable container.
Tag: docker
Zanata-docker sql error.
Zanata throws error.
ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (default task-6) Unknown column ‘hglossaryt0_.glossaryEntryId’ in ‘field list’
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
Are you trying to run ‘something’ that uses ElasticSearch? maybe with docker? [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] Search no more. The vm_max_map_count kernel setting needs to be set to at least 262144 for production use. To increase the setting on a live system run the…