Fully decompiling a target

hi

When dealing with big sized targets, specially synched with .pdb, trying to fully decompile a target often leads to crash due to RAM shortage.
is it possible to work around this issue?

hard to suggest something without having your binaries, but maybe you could decompile functions in batches instead of everything at once. In batch mode you can specify a list of function names or addresses, and in Python there is ida_hexrays.decompile_many().