然而,有时可能需要修改内存模型。
However, you may occasionally need to modify the in-memory model.
另一个模型为分代GC内存模型。
X and before IBM-developed Java implementations, as well as a generational GC memory model.
这种新的内存模型更加简单,而且更易于配置。
The new memory model is simpler and more easily configured. See the following entries in the DB2 Information center.
表2列出了不同堆大小范围的默认内存模型配置。
Table 2 lists the default memory model configuration for different ranges of heap size.
由于当前内存模型的定义,清单7中的代码无效。
The code in Listing 7 doesn't work because of the current definition of the memory model.
使用AIX大内存模型的程序具有图2所示的内存布局。
Programs that use the AIX large memory model have the following memory layout shown in figure 2.
另外,每次关闭应用程序时,对内存模型进行的更改都将丢失。
Additionally, any changes made to an in-memory model would be lost each time the application was shut down.
LotusDomino的当前版本使用AIX大内存模型。
Current versions of Lotus Domino use the AIX large memory model.
为了适应对数据需求较高的程序,AIX提供了一个大内存模型。
To accommodate programs with larger data requirements, AIX provides the large memory model.
执行的顺序是颠倒的,但鉴于当前的内存模型,这也是允许发生的。
The order of execution is perceived to be out of order, but is allowed to happen given the current memory model.
尽管如此,即使是在新提议的内存模型中,双重检查锁定也是无效的。
However, even under the newly proposed memory model, double-checked locking will not work.
内存模型允许所谓的“无序写入”,这也是这些习语失败的一个主要原因。
The memory model allows what is known as "out-of-order writes" and is a prime reason why this idiom fails.
在大内存模型中,本机堆从分段3开始;分段2仅用于原始(初始)线程栈。
In the large memory model, the native heap starts at segment 3; segment 2 is only used for the primordial (initial) thread stack.
我们简要地描述了DB 2架构、后台进程、内存模型、安全性、工具等方面。
We briefly described the DB2 architecture, background processes, memory model, security, tools, and so on.
AIX32位内存模型被分成16个256MB分段进行管理。
The AIX 32-bit memory model is divided and managed as 16 256mb segments. Figure 2 shows the layout of the default 32-bit AIX memory model.
在新的内存模型中,对双重检查锁定的这个“修复”使 idiom 线程安全。
Under the new memory model, this "fix" to double-checked locking renders the idiom thread-safe.
之所以首选分代GC内存模型,是因为大型JVM必须尽可能减少执行gc的时间。
The reason that a generational GC memory model is preferred with large JVMs has to do with minimizing the amount of time spent performing GC.
在这种情况下,使用内存模型的缺点是每次启动应用程序时都要从头重新填充模型。
A disadvantage of using an in-memory model in this situation is that the model would have to be repopulated from scratch each time the application was launched.
CPU的硬件架构决定了内存模型的强度,强度越高写代码就会更容易。
The hardware framework of CPU decided the intensity of memory model, it is easier that intensity writes code higher to be met.
至此,我们已经设计好了内存模型,图8展示了更新后的系统图,其中标出了存储区。
Now that we have designed our memory model, Figure 8 shows our updated system diagram with the memory areas marked.
内存模型描述给定程序的某个特定的执行轨迹是否是该程序的一个合法执行。
A memory model describes, given a program and an execution trace of that program, whether the execution trace is a legal execution of the program.
应用该模式,然后查看dump .xml文件,它显示了内存模型的情况(图40)。
Apply the pattern and then look at the dump.xml file, which shows what the in-memory model looks like (Figure 40).
EFI支持引导设备,使用一层内存模型并向操作系统隐藏平台和固件详细信息。
EFI supports boot devices, USES a flat memory model, and hides platform and firmware details from the operating system.
您可以设置ldr_cntrl环境变量来指定一个不同的内存模型配置,或者考虑迁移到64位。
You can set the LDR_CNTRL environment variable to specify a different memory-model configuration or consider moving to 64-bit.
这并不是我们所想要的,而且在所有JVM或平台这是不可能的,但是旧的内存模型规范允许这样做。
This is not what was intended, and it might not be possible on all JVMs or platforms, but it was allowed by the old memory model specification.
换句话说,这意味着老的内存模型只保证正在读或写的变量的可见性,不保证写入其他变量的可见性。
In other words, this means that the old memory model made promises only about the visibility of the variable being read or written, and no promises about the visibility of writes to other variables.
JSR- 133是有关内存模型寻址问题的,尽管如此,新的内存模型也不会支持双重检查锁定。
JSR-133 is addressing issues regarding the memory model, however, double-checked locking will not be supported by the new memory model. Therefore, you have two options.
不幸的是,鉴于当前的内存模型的原因,该习语尚未得到广泛使用,就明显成为了一种不安全的编程结构。
Unfortunately, it was not until this idiom was in fairly wide use that it became apparent that it is not a safe programming construct due to the current memory model.
仅使用子集的原因是推理模型需要保存在内存中,WordNet模型对于内存模型过大而不能实现。
The reason for using only a subset is that the inference model needs to be held in memory, and the WordNet model is too large for an in-memory model to be practical.
如果您希望本机堆大于2gb,并且运行的是AIX 5.1或更高版本,那么您可以使用AIX超大内存模型。
If you want a native heap larger than 2gb and you are running AIX 5.1 or later, you can use the AIX very large memory model.
应用推荐