What is the operating system behind free apps?

0
I am planning to test Google OR Tool integration with Mendix. I made it work locally on a Windows workstation. However, I cannot make it work on the cloud as free app. The distribution of Google OR Tool depends on the version of OS since it is not a native java library. What version should I use? https://developers.google.com/optimization/install/java/linux
asked
2 answers
0

As of 00:08 2020/02/06

 

lscpu

Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                32
On-line CPU(s) list:   0-31
Thread(s) per core:    2
Core(s) per socket:    16
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 85
Stepping:              4
CPU MHz:               3192.218
BogoMIPS:              4999.99
Hypervisor vendor:     KVM
Virtualization type:   full
L1d cache:             32K
L1i cache:             32K
L2 cache:              1024K
L3 cache:              33792K
NUMA node0 CPU(s):     0-31

cat /etc/os-release

NAME="Ubuntu"
VERSION="14.04.5 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.5 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"

 

answered
0

Linus is used for the free nodes. When I look at the system requirements page ( https://docs.mendix.com/refguide/system-requirements ) Debian, Red hat en CentOS where mentioned. I might be mistaken but I thougt they used Debian. You could file a support ticket to get the right info.

Regards,

Ronald

 

answered