Skip to content

Requirements 1.5

thaopham03 edited this page Aug 6, 2024 · 6 revisions

System requirements for running a BIMserver version 1.5:

  • A working (outgoing) internet connection (from your BIMserver). BIMserver needs this in order to
    • Install plugins that are hosted on the internet
    • Send emails (via SMTP)
    • Connect to other BIMservers (for example when running remote services)
  • A working (incoming) internet connection (to allow other people to connect)
  • Disk (to store the database, logs, plugins etc...)
  • Java 8 (or higher)

Memory

The amount of required heap memory depends on what plugins you install, the size of your models and the amount of concurrent users of BIMserver. A rule of thumb is that you need about 15 times the size of the largest (unzipped) IFC file you want to be able to upload, times the maximum number of concurrent users. You can find more information here.

JRE / JDK

JRE allows you to run Java applications on your computer, including includes Java Virtual Machine (JVM), core libraries, and other components to run applications written in Java.

JDK allows you to write and compile your own Java programs, including JRE, javac, debugger, and other necessary Java development tools.

You can download a JRE or JDK here.

Make sure you install a 64bit JRE/JDK if you have a 64bit system. The main advantage will be that you are going to be able to reserve more than 1300MB of memory, which you probably will want to.

For advanced queries you will need to use a JDK, for all other features a JRE will suffice.

WAR

WAR is a package used to distribute and deploy web applications.

Requirements for using WAR files:

  • A JRE or JDK 8
  • A Servlet Specification 3.0 or higher based Container with WebSocket support (Tomcat 8 or higher, Jetty 8 or higher)

See also

JAR

JAR is a package file format used to aggregate many Java files and connected metadata and resources into one file for distribution. Read more about JAR here.

Requirements for using JAR files:

  • A JRE or JDK 8
Clone this wiki locally