• Each JVM in the federation is not identical because one JVM is given preference and holds the external endpoints of the server.

    联合中的每个JVM相同的因为只有一个JVM得到优先考虑拥有服务器外部端点

    youdao

  • This also means that smaller caches can be distributed over many JVMs, reducing the amount of memory per JVM than before when each JVM needed to cache everything.

    意味着可以多个JVM分布较小缓存,从而在需要每个JVM缓存所有数据以前减少每个J VM的内存量。

    youdao

  • While many programs do see a speedup with the server JVM, the speedup you see here is simply a measure of a badly written benchmark, not the blazing performance of the server JVM.

    虽然确实许多程序服务器JVM 上会提速,但是在这里看到提速仅仅代表一个得糟糕评测而不能成为服务器 JVM性能的证明。

    youdao

  • The cost of synchronization differs from JVM to JVM.

    同步代价不同jvm是不同的。

    youdao

  • Recommendation: All testing must be done for both the single JVM and for the clustered, multiple JVM configurations.

    推荐在所有测试中,您必须使用单个JVM 配置,也使用群集多个 JVM 配置。

    youdao

  • For the most part, it avoids direct memory reference by native code into the JVM, ensuring that natives can be written once and work across different JVM implementations or versions.

    很大程度上说,避免了本机代码JVM直接内存引用,从而确保本机代码只需编写一次并且可以不同JVM实现版本运行。

    youdao

  • On rare occasions, application issues can arise in the multiple JVM configuration that are not possible in the single JVM configuration.

    极少数情况下,多个JVM配置可能出现单个JVM配置中可能出现的应用程序问题

    youdao

  • This will allow for a consistent API across all JVM languages for access to both public and enterprise services, which is not something that currently exists on the JVM.

    这样,最终我们就可以得到一个所有JVM语言访问公共企业服务的一致API当前JVM并不存在这种东西

    youdao

  • Why? When you instruct JVM to display an animation, JVM will clear the screen, show the window, paint the screen, and show it again.

    这样做的原因指示JVM显示动画时,JVM清除屏幕显示窗口绘制屏幕再次显示。

    youdao

  • Naturally, this variable is set before JVM process started and is effective for all methods executed in JVM.

    自然这个变量启动JVM进程之前设置的,对于JVM执行所有方法都是有效的。

    youdao

  • If you find the length of the garbage collection runs are too long, you can tune your JVM to use a different garbage collection algorithm (the details depend on the version and vendor of your JVM).

    如果发现垃圾收集运行时间可以考虑让JVM使用种垃圾收集算法(具体细节取决于JVM版本厂商)。

    youdao

  • On a JVM that provides a direct pointer to the array, the array will be updated; however, on a JVM that returns a copy it will not be.

    提供直接指向数组指针JVM上,数组更新但是,在返回副本JVM不是如此。

    youdao

  • If the forked process is a JVM, the primordial thread of the JVM is created with an RT priority.

    如果派生进程一个JVM,则JVM原始线程创建时具有RT优先级

    youdao

  • You might want to do this if the heap for a JVM has hit its maximum allowable size, but there is additional physical memory on the machine that another JVM could use.

    如果JVM达到允许最大值,机器还有更多物理内存另一个JVM可以使用,可以这样

    youdao

  • The JVM itself has internal locks used to serialize access to critical JVM resources such as the thread list and the global lock cache.

    JVM自身拥有内部用于序列化关键JVM资源(线程列表全局缓存)的访问

    youdao

  • As a result, you're likely to increase the size of the JVM (assuming you have adequate physical memory for the JVM).

    结果可能增加JVM大小(假设足够物理内存用于JVM)。

    youdao

  • The use of compressed references can provide a very significant reduction in the process footprint of a 64-bit JVM, when previously compared to a 32-bit JVM.

    以前32 位JVM相比使用压缩引用可以非常显著地减少 64 JVM进程内存占用空间

    youdao

  • We strongly recommend that you upgrade your SDK to the most recent build so that you'll have the most up-to-date JVM environment available, providing your applications are supported on that JVM.

    我们强烈建议SDK升级最新版本以便得到最新JVM环境假设应用程序J VM上支持。

    youdao

  • When JVM starts, a great number of methods are being loaded into JVM and executed.

    JVM启动时,会很多方法加载JVM执行。

    youdao

  • Once the JVM is restarted after maintenance, the HTTP plug-in will route a proportion of requests to that JVM.

    一旦维修完成后重启JVMHTTP插件发送部分请求那个 JVM

    youdao

  • One of the key goals of enabling modularity in the JVM is to enable the splitting of the JVM libraries itself, which have grown to tens of megabytes in size over the years.

    JVM模块化主要目的之一JVM进行分割JVM库这些年已经增长到了几十

    youdao

  • In addition, a single JVM is not sufficient for caching large amounts of data (for example, a 32 bit JVM can only guarantee a maximum of 2 GB of usable heap space).

    此外单个JVM无法缓存大量数据(比如32JVM只能提供2GB可用空间)。

    youdao

  • They are now going forward with a plan to move from a 32-bit JVM to a 64-bit JVM.

    他们现在计划32 位JVM 过渡 64 JVM

    youdao

  • As with any other global variable, these variables need to be set in the shell instance where the JVM process will run, so that Settings can be read by JVM into its global variables table.

    其他任何全局变量一样,需要shell实例设置这些变量JVM进程这个实例中运行因此可以通过JVM将这些设置读取全局量表中

    youdao

  • Sometimes the JVM itself can be the bottleneck, and since each application server is one JVM, the simplest way to increase throughput is to have more JVMs running.

    有时JVM本身成为瓶颈由于每台应用程序服务器一个JVM提高吞吐量简单的方式就是多个JVMs运行。

    youdao

  • This way the JVM can maintain a single contiguous heap while growing it as needed (see Resources for an article on how to use the JVM heap parameters).

    通过这种方式JVM可以维护单一的、连续空间,根据需要增长(关于如何使用jvm堆参数请参阅参考资料)。

    youdao

  • There is no limit to how many heap dumps are produced on this event per JVM run; in newer releases, a maximum of one heap dump is produced on this event per JVM run.

    这对于每次JVM运行这个事件生成转储的数量没有限制一些较新的发布中,每次 JVM 运行时这个事件上生成的堆转储数量限制为 1。

    youdao

  • However, there is an exception to this rule due to type erasure, which is a feature of the JVM only, but is used by Scala on both the JVM and.net platforms, to minimize incompatibilities.

    不过这里个由类型消除引起例外JVM特性但是Scalajvm和。NET平台上所利用从而最小化兼容问题。

    youdao

  • Surinx represents a clean break from the past, using only JVM types and JVM dispatch mechanisms (like invokedynamic) to function.

    Surinx代表过去彻底划清界限,使用JVM类型派发机制(类似invokedynamic)。

    youdao

  • Another reason is because when the JVM manages lock acquisition and release using synchronization, the JVM is able to include locking information when generating thread dumps.

    另一个原因是因为jvmsynchronized管理锁定请求释放JVM生成线程转储能够包括锁定信息

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定