Hardware Requirements*

  • 2GHz, dual-core CPU, or 2 virtual CPUs in virtualized environments
  • 2GB of RAM
  • 4GB of storage

Software Requirements

Java Runtime Environments

  • Oracle Java 1.6
  • Oracle Java 1.7
  • IBM Java 1.6

Operating Systems

Mule runs on any operating system supported by the above JREs. To ensure this, every Mule release is validated against specific versions of the most widely used operating systems.

The operating systems MuleSoft used to validate the current release are:

  • Windows (32- and 64-bit) 2003, 2008, XP, Windows 7, and Windows 2012
  • Mac OS 10.6
  • Linux RHEL (64-bit) 5.3, 6.1
  • Ubuntu Server 12.04 (64-bit)
  • Solaris OS 10
  • SunOS 5.11 v11.0 (Sparc Sun-Fire-T1000)

  • HP-UX 11i V3
  • AIX V7.1

Because the only mandatory requirement for Mule ESB is Java, Mule ESB should also run on any later versions of the tested operating systems in the above list, as well as any other operating systems supported by the JREs.

* This hardware requirements list is a recommendation and a starting point. Different applications will have different requirements for the amount of latency (and thus raw CPU power) or the size and number of simultaneous messages that applications will process (which will in turn determine the amount of RAM Mule will need).

Mule Management Console

Hardware Requirements*

  • 2GHz CPU
  • 4 GB of RAM
  • 10 GB of storage

Software Requirements

Java Runtime Environments

  • Oracle Java 1.6
  • Oracle Java 1.7
  • IBM Java 1.6

Web Application Servers

  • JBoss 6 or 6.1
  • Tomcat 6.x or 7.x
  • Tcat 6.x or 7.x

Operating Systems
Mule Management Console will run on any operating system supported by one of the above web application servers.

Browsers

  • Firefox (latest version)
  • Chrome (latest version)
  • Safari (latest version)
  • Internet Explorer 9 or later

* We strongly recommend running Mule Management Console on a separate server from the hardware that runs Mule ESB.

Compatible Databases for Persisting Data

Mule Management Console should be run as a web application deployed on a web container such as JBoss or Tomcat, and NOT as a Mule application. We recommend configuring the web application server's memory areas with the following minimum sizes:

  • Heap: 2GB (3GB recommended) 
  • Permanent Generation: 512MB

Mule Studio

Hardware Requirements

  • 3GB of RAM

  • 2GHz CPU

  • 4GB free hard drive space

Software Requirements

Java Runtime Environments

  • Oracle Java 1.6
  • Oracle Java 1.7
  • IBM Java 1.6

Operating Systems

  • Windows (32- or 64-bit) 
  • Mac OS (32- or 64-bit) 
  • Linux (32- or 64-bit)

Mule Studio as Eclipse Plug-In

Hardware Requirements

  • 3GB of RAM

  • 2GHz CPU

  • 4GB free hard drive space

Software Requirements

Eclipse

  • Eclipse 3.8 for Java Developers or Java EE Developers
  • Spring Tool Suite (STS) versions that run on top of Eclipse 3.8

Java Runtime Environments

  • Oracle Java 1.6
  • Oracle Java 1.7
  • IBM Java 1.6

Operating Systems

  • Windows (32- or 64-bit) 
  • Mac OS (32- or 64-bit) 
  • Linux (32- or 64-bit)

Get more information about installing Studio as an Eclipse plug-in.

Mule ESB 安装基本配置要求的更多相关文章

  1. Mule ESB学习【转-结合了网络上的一些资源】

    1.SOA标准之一:SCA架构思想 SOA在Java领域有两套标准:一个是SUN推出的JBI(没有得到BEA和IBM的承认),另外一个是:IBM和BEA等公司推出的SCA和SDO标准. JBI之关注J ...

  2. EnjoyingSoft之Mule ESB开发教程第一篇:初识Mule ESB

    目录 1. Mule ESB基本介绍 2. Mule ESB社区版和企业版 3. Mule ESB常用场景 4. Mule ESB软件安装 客户端安装 服务端安装 5. 第一个Mule ESB应用- ...

  3. EnjoyingSoft之Mule ESB开发教程第四篇:Mule Expression Language - MEL表达式

    目录 1. MEL的优势 2. MEL的使用场景 3. MEL的示例 4. MEL的上下文对象 5. MEL的Variable 6. MEL访问属性 7. MEL操作符 本篇主要介绍Mule表达式语言 ...

  4. Mule ESB 介绍

    Mule ESB 介绍 博客分类: ESB ESB  1. 简介 Mule ESB是一个基于Java的轻量级企业服务总线和集成平台,允许开发人员快速便利地连接多个应用,并支持应用间的数据交换.Mule ...

  5. EnjoyingSoft之Mule ESB开发教程第二篇:Mule ESB基本概念

    目录 1. 使用Anypoint Studio开发 2. Mule ESB Application Structure - Mule ESB应用程序结构 3. Mule ESB Application ...

  6. Mule ESB 自带例子hello初体验

    1 配置的流的效果图 2 应用配置文件hello.xml内容 <?xml version="1.0" encoding="UTF-8"?> < ...

  7. JDK安装与配置

    JDK安装与配置 一.下载 JDK是ORACLE提供免费下载使用的,官网地址:https://www.oracle.com/index.html 一般选择Java SE版本即可,企业版的选择Java ...

  8. Node.js 教程 01 - 简介、安装及配置

    系列目录: Node.js 教程 01 - 简介.安装及配置 Node.js 教程 02 - 经典的Hello World Node.js 教程 03 - 创建HTTP服务器 Node.js 教程 0 ...

  9. 烂泥:redis3.2.3安装与配置

    本文由ilanniweb提供友情赞助,首发于烂泥行天下 想要获得更多的文章,可以关注我的微信ilanniweb 前一段时间写过一篇codis集群的文章,写那篇文章主要是因为当时的项目不支持redis自 ...

随机推荐

  1. CMake尝鲜

    安装gcc,cmake,g++,gdb sudo apt-get install gcc cmake g++ gdb sudo apt-get update && sudo apt-g ...

  2. atoi函数的实现——面试

    主要考虑,字符串中是否有非法字符,字符串是否有溢出控制 #include<stdio.h> int myatoi(const char *str){ ,ret=,i=; if(str[i] ...

  3. golang的beego框架开发时出现的问题纪录

    golang的beego框架开发时出现的问题纪录1.数据库并发时问题:[ORM]2017/02/20 23:44:05 -[Queries/default] - [FAIL / db.Query / ...

  4. UEFI 启动GPT分区 Win10和Ubuntu16.04双系统安装

    测试机器:联想小新锐7000 工具:UltraISO 系统下载 为Ubuntu分配空间 右键“我的电脑”——>“管理”——>“磁盘管理”,(win+x快捷键)选择一个有很大空闲空间的磁盘, ...

  5. 嵌入ARM硬核的FPGA

    目前,在FPGA上嵌入ARM硬核的包括Xilinx的zynq系列以及Intel 的CYCLONEV系列. Zynq出来有一定市场,但是这个市场不是传统FPGA的主流市场,而是为了和微处理抢一些控制领域 ...

  6. 将h264和aac码流合成flv文件

    在视频应用中,经常需要将接收到h264和aac数据保存成文件. 本来想用mp4格式,但是mp4在没有正常关闭的情况下会导致文件打不开,而在实际应用中经常会出现设备直接拔电,程序不是正常结束的情况.于是 ...

  7. bzoj4336: BJOI2015 骑士的旅行

    Description 在一片古老的土地上,有一个繁荣的文明. 这片大地几乎被森林覆盖,有N座城坐落其中.巧合的是,这N座城由恰好N-1条双 向道路连接起来,使得任意两座城都是连通的.也就是说,这些城 ...

  8. java封装后引用的例子

    封装好的文件: 另外一个文件引用封装文件的方法: 来源: https://www.runoob.com/java/java-encapsulation.html

  9. 螺旋填数:读入两个整数m,n,输出一个m行n列的矩阵,这个矩阵是1~m*n这些自然数按照右、下、左、上螺旋填入的结果。

    package Day8_06; /*读入两个整数m,n,输出一个m行n列的矩阵,这个矩阵是1~m*n这些自然数按照右.下.左.上螺旋填入的结果. * 例如读入数字4,5,则输出结果为: * 1 2 ...

  10. Log4j配置详解之log4j.xml

    Log4j配置详解之log4j.xml Log4J的配置文件(Configuration File)就是用来设置记录器的级别.存放器和布局的,它可接key=value格式的设置或xml格式的设置信息. ...