memory.size package:utils R Documentation _R_e_p_o_r_t _o_n _M_e_m_o_r_y _A_l_l_o_c_a_t_i_o_n _D_e_s_c_r_i_p_t_i_o_n: 'memory.size' and 'memory.limit' are used to manage the total memory allocation on Windows. On other platforms these are stubs which report infinity with a warning. _U_s_a_g_e: memory.size(max = FALSE) memory.limit(size = NA) _A_r_g_u_m_e_n_t_s: max: logical. If true the maximum amount of memory obtained from the OS is reported, otherwise the amount currently in use. size: numeric. If 'NA' report the memory size, otherwise request a new limit, in Mb. _D_e_t_a_i_l_s: To restrict memory usage on a Unix-alike use the facilities of the shell used to launch R, e.g. 'limit' or 'ulimit'. _V_a_l_u_e: Size in bytes: always 'Inf'. _S_e_e _A_l_s_o: Memory-limits for other limits.