书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 6334 个相关结果.
  • GC safety effect

    96 2024-07-11 《Nim v2.0 Manual》
    GC safety effect GC safety effect We call a proc p GC safe when it doesn’t access any global variable that contains GC’ed memory (string, seq, ref or a closure) either directly...
  • 垃圾回收 (GC)

    GC 机制简介 GC 配置
  • 内存和 GC

    ASP.NET Core 中的内存管理和垃圾回收(GC)Memory management and garbage collection (GC) in ASP.NET Core 本文内容 如何在 .NET Core 中使用垃圾回收(GC)How garbage collection (GC) works in .NET Core 调用 GC.Colle...
  • GC 安全的作用

    GC 安全的作用 GC 安全的作用 当过程 p 不访问任何使用了 GC 内存的全局变量( string seq ref 或一个闭包)时 —— 无论是直接访问还是通过调用不是 GC 安全的过程进行间接访问 —— 我们就称 p 是 GC safe “GC 安全” 的。 是否 GC 安全通常可被推断出来,与异常追踪的推断类似。 gcsafe 注解可把...
  • gc —- 垃圾回收器接口

    gc —- 垃圾回收器接口 gc —- 垃圾回收器接口 此模块提供可选的垃圾回收器的接口,提供的功能包括:关闭收集器、调整收集频率、设置调试选项。它同时提供对回收器找到但是无法释放的不可达对象的访问。由于 Python 使用了带有引用计数的回收器,如果你确定你的程序不会产生循环引用,你可以关闭回收器。可以通过调用 gc.disable() 关闭...
  • minor_deferred_gc_time

    minor_deferred_gc_time 用于设置合并之后 SSTable 延迟回收的时间间隔。 属性 描述 参数类型 时间类型 默认值 0s 取值范围 [0s, 24h] 是否重启 OBServer 生效 否
  • minor_deferred_gc_time

    minor_deferred_gc_time 用于设置合并之后 SSTable 延迟回收的时间间隔。 属性 描述 参数类型 时间类型 默认值 0s 取值范围 [0s, 24h] 是否重启 OBServer 生效 否
  • gc —- 垃圾回收器接口

    gc —- 垃圾回收器接口 gc —- 垃圾回收器接口 此模块提供可选的垃圾回收器的接口,提供的功能包括:关闭收集器、调整收集频率、设置调试选项。它同时提供对回收器找到但是无法释放的不可达对象的访问。由于 Python 使用了带有引用计数的回收器,如果你确定你的程序不会产生循环引用,你可以关闭回收器。可以通过调用 gc.disable() 关闭自...
  • GC 与内存使用优化

    1425 2019-03-29 《SOFAMosn 文档手册》
    0.2.0 GC 与内存使用优化 整体方案 细节与变更 内存复用框架 BytePool改进 IoBuffer改进 Read/Write buffer Read buffer Write buffer sofa优化 测试 单元测试 unit-test 0.2.0 GC 与内存使用优化 整体方案 新增内存复用框架,可以简单复用...
  • G1GC check

    G1GC check G1GC check Early versions of the HotSpot JVM that shipped with JDK 8 are known to have issues that can lead to index corruption when the G1GC collector is enabled. T...